home *** CD-ROM | disk | FTP | other *** search
- VERSION 2.00
- Begin Form FrmPrin
- BackColor = &H00000000&
- BorderStyle = 0 'None
- ClientHeight = 5820
- ClientLeft = 1980
- ClientTop = 1545
- ClientWidth = 7365
- Height = 6225
- Icon = INTEG.FRX:0000
- Left = 1920
- LinkTopic = "Form1"
- ScaleHeight = 388
- ScaleMode = 3 'Pixel
- ScaleWidth = 491
- Top = 1200
- Width = 7485
- WindowState = 2 'Maximized
- Begin Label LblEspere
- Alignment = 2 'Center
- BackStyle = 0 'Transparent
- Caption = "Un momento, por favor..."
- FontBold = -1 'True
- FontItalic = 0 'False
- FontName = "Arial"
- FontSize = 13.5
- FontStrikethru = 0 'False
- FontUnderline = 0 'False
- ForeColor = &H00FFFFFF&
- Height = 360
- Left = 1935
- TabIndex = 0
- Top = 3120
- Width = 4845
- End
- Sub Form_Load ()
- LblEspere.Left = ((Screen.Width / Screen.TwipsPerPixelX) - LblEspere.Width) / 2
- LblEspere.Top = ((Screen.Height / Screen.TwipsPerPixelY) - LblEspere.Height) / 2
- End Sub
-